.footer{
    height: 340px;
}
.footer-column{
    padding-left: 0;
    padding-right: 0;
}
.footer-column h4{
    margin-bottom: 23px;
    font-size: 16px;
}
.footer-column h4.nav1 a {
    color: #c0c0c0;
    text-decoration: none;
}
.footDesc{
    background-color: #333;
}
.bottom-info{
    border-top: 1px solid #c0c0c0;
    margin-bottom: 30px;
    height: 50px;
    line-height: 50px;
}
.bottom-info span{
    color: #c0c0c0;
}
.bottom-info-zc {
       padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
}
.bottom-info-zc a{
        color: #c0c0c0;
        font-size: 14px;
        text-decoration: none;
}

/*
 #d2d2d2
*/
.productShow  .time{
    font-size: 16px;
}

.productShow .summary{
  text-align: center;
  font-size: 18px;
  line-height:1.8;
  padding: 20px 0;
}

.imgShow img{
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.itemBox img{
    height: 595px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
    height: 595px;
}

.productListBoxItem{
    width:500px;
    height: 350px;
}

@media(max-width:750px){
    .logoBox{
        display: none;
    }
    .footer-column{
        padding-left: 15px;
        padding-right: 15px;
    }
   
   .itemBox img{
      height: auto;
   }
   
   .carousel-inner>.item>a>img, .carousel-inner>.item>img{
       height: auto;
   }
   .contact-form .layui-input-block{
       margin-left: 0;
   }
   .bottom-info{
       line-height: 28px;
   }
   .productListBoxItem{
       width: 100%;
       height: auto;
   }
}